/*曾*/
.newimg{height:10rem;overflow: hidden;}
.newimg img{width:100%;height:auto}
.zengp .hometitle{padding-bottom: 60px;}

/*标题*/
.hometitle{
    display: block;
}
.hometitle .fontbule{
    font-size: 20px;
    color: rgb(56 65 123);
    letter-spacing: -0.5px;
    margin:  0 0 0px 0;
}
.hometitle .fontbule i{
    width: 80px;
    height: 3px;
    display: inline-block;
    vertical-align: bottom;
    background:rgb(56 65 123);
}
.hometitle .fontback{
    font-size:26px;
    color: #333333;
    font-weight: bolder;
    letter-spacing: 0px;
    margin:  0 0 6px 0;
}
.hometitle .fontback i{
    width: 36px;
    height: 3px;
    display: inline-block;
    vertical-align: bottom;
    background: #333333;
}



/*PC轮播图区域*/
.lunbo{
    height: auto;
    padding: 0;
    width:100% !important;
    margin: 0 0;
    overflow: hidden;
    position: relative;

}

.lunbo .swiper-slide img{
    width: 100% !important;
}
.mobileLunBo .swiper-slide.swiper-slide-active  img,
.lunbo .swiper-slide.swiper-slide-active  img{
    width: 100% !important;

    animation:scaleDraw 3s infinite;
    animation-timing-function:linear;

    /* Safari and Chrome */
    -webkit-animation:scaleDraw 3s infinite;
    -webkit-animation-timing-function:linear;
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /*Safari and Chrome*/
}
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0%{
        transform: scale(1.1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.075); /*放大1.1倍*/
    }
    50%{
        transform: scale(1.05);
    }
    75%{
        transform: scale(1.025);
    }
    100%{
        transform: scale(1.0);
    }
}




.lunbo .swiper-container-horizontal>.swiper-pagination,
.mobileLunBo .swiper-container-horizontal>.swiper-pagination{
    bottom: 14px;
}
.lunbo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet,
.mobileLunBo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
    width: 18px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    margin: 0 4px;
    cursor: pointer;
    opacity: 0.8;
}
.lunbo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active,
.mobileLunBo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active{
    width: 30px;
    opacity: 1;
}




.lunbo .shubiao{
    display: block;
    text-align: center;
    position: absolute;
    bottom: 4%;
    left: 5%;
    z-index: 10000;
}
.lunbo .shubiao em{
    font-size: 12px;
    color: #ffffff;
    font-style: normal;
    writing-mode: vertical-lr;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 12px 0 0px;
}
.lunbo .shubiao p{
    display: inline-block;
    position: relative;
}
.lunbo .shubiao p span{
    width: 4px;
    height:10px;
    display: inline-block;
    background: #ffffff;
    border-radius: 4px;
    position: absolute;
    top: 6px;
    left: 50%;
    margin: 0 0  0 -2px ;

    animation-name:walk;
    animation-duration:1.2s;
    animation-timing-function:linear;
    animation-iteration-count:infinite;
}

@keyframes walk{
    0% {  top: 6px;  }
    25% {  top: 12px;  }
    50% {  top: 24px;  }
    75% {  top: 12px;  }
    100% {  top: 6px;  }
}

.mobileLunBo  .swiper-button-prev,
.mobileLunBo  .swiper-button-next,
.lunbo  .swiper-button-prev,
.lunbo  .swiper-button-next{
    position: absolute;
    width: 81px;
    height: 82px;
    background: rgba(0,0,0,0.2);
    top: 50%;
    z-index: 9999;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transition: all .3s;
}
.mobileLunBo  .swiper-button-prev:before,
.mobileLunBo  .swiper-button-next:before,
.lunbo  .swiper-button-prev:before,
.lunbo  .swiper-button-next:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 30px;
    background: #fff;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: url(../images/pres.png) no-repeat center;
    background-size: 100%;
}
.mobileLunBo  .swiper-button-next:before ,
.lunbo  .swiper-button-next:before {
    background: url(../images/nexts.png) no-repeat center;
}
.mobileLunBo  .swiper-button-prev:hover,
.mobileLunBo  .swiper-button-next:hover,
.lunbo  .swiper-button-prev:hover,
.lunbo  .swiper-button-next:hover{
    background: rgba(0,0,0,0.4);
}



.mobileLunBo  .swiper-button-prev,
.mobileLunBo  .swiper-button-next{
    width: 28px;
    height: 50px;
}
.mobileLunBo  .swiper-button-prev:before,
.mobileLunBo  .swiper-button-next:before{
    width: 12px;
    height: 20px;
    background-size: 100%;
}






/*关于我们*/
#aboutbox{
    padding: 120px 0 140px 0;
}
#aboutbox .hometitle .fontbule{
    font-size: 32px;
}
.aboutrow{
    margin-top: 40px;
}

#aboutbox .aboutleft{
    width: 28.7%;
}
#aboutbox .aboutright{
    width: 71.3%;
    padding: 0 100px 0 0 ;
}
#aboutbox .aboutright .textp{
    font-size: 15px;
    line-height: 30px;
    color: #a3a3a3;
    font-size: 18px;
    line-height: 36px;

}
#aboutbox .aboutright a.moreabout{
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin: 18px 0 35px 0;
    color: #a3a3a3;
    font-size: 16px;
    line-height: 20px;
}
#aboutbox .aboutright a.moreabout:hover{
    color: #303975;
}
#aboutbox .aboutright a.moreabout i{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/right-btn.png) no-repeat center;
    background-size: 100%;
    vertical-align: bottom;
    margin: 2px 0 0 0;
}
#aboutbox .aboutright a.moreabout:hover i{
    background: url(../images/right-btnh.png) no-repeat center;
    background-size: 100%;
}
#aboutbox .aboutright ul li{
    display: inline-block;
    text-align: center;
    position: relative;
}
#aboutbox .aboutright ul li a{
    display: inline-block;
}
#aboutbox .aboutright ul li:after{
    width: 2px;
    height: 60%;
    display: block;
    background: #e5e5e5;
    content: ' ';
    position: absolute;
    top: 20%;
    left: 0;
}
#aboutbox .aboutright ul li h2{
    font-size: 14px;
    font-size: 18px;
    color: #a3a3a3;
}
#aboutbox .aboutright ul li h2 span{
    font-size: 38px;
    font-size: 50px;
    color: #303975;
    letter-spacing: 0;
    margin: 0 7px 0 0;
}
#aboutbox .aboutright ul li p{
    font-size: 15px;
    font-size: 18px;
    color: #a3a3a3;
    text-align: left;
}





/*新闻中心*/
#newbox{
    padding: 100px 0 110px 0;
    background:url("../images/homenewbg.jpg") no-repeat right top #2b85e6;
    background-size: auto 100%;
    position: relative;
}
#newbox i.newbg{
    position: absolute;
    top: 0;
    left: 0;
    width: 31%;
    height: 100%;
    background: #eeeeee;
    z-index: 1;
}
#newbox .container-fluid {
    z-index: 100;
    position: relative;
}

#newbox .newswiper{
    margin-top: 220px;
}

#newbox .container-fluid .swiper-slide a{
    display: block;
    overflow: hidden;
    position: relative;
    background: rgba(255,255,255,0.8);
}
#newbox .container-fluid .swiper-slide a>div{
    position: relative;
    z-index: 10;
    padding:30px 40px;
}
#newbox .container-fluid .swiper-slide a:after{
    width: 0%;
    height: 100%;
    display: inline-block;
    background: #2f3875;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
}


#newbox .container-fluid .swiper-slide a div:before{
    width: 4px;
    height: 50%;
    position: absolute;
    top: 15%;
    left: 0;
    content: ' ';
    background: #c5c5c5;
}
#newbox .container-fluid .swiper-slide a .div1:before{
    width: 4px;
    height: 50%;
    position: absolute;
    top: 15%;
    left: 0;
    content: ' ';
    background: #328dff;
}
#newbox .container-fluid .swiper-slide a .div2:before{
    width: 4px;
    height: 50%;
    position: absolute;
    top: 15%;
    left: 0;
    content: ' ';
    background: #fe934d;
}
#newbox .container-fluid .swiper-slide a .time{
    font-size: 15px;
    letter-spacing: 0;
}
#newbox .container-fluid .swiper-slide a p.time{
    font-size: 15px;
    letter-spacing: 0;
    color: #999999;
    margin: 0;
    height: auto;
}
#newbox .container-fluid .swiper-slide a h3{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    /*font-weight: 700;*/
    height: 48px;
    margin:12px 0 16px 0;
    overflow: hidden;
	
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#newbox .container-fluid .swiper-slide a p{
    font-size: 15px;
    color: #999999;
    margin: 0;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

#newbox .container-fluid .swiper-slide a:hover:after {
    width: 100%;
}

#newbox .container-fluid .swiper-slide a:hover *{
    color: #ffffff !important;
}
#newbox .container-fluid .swiper-slide a:hover div:before{
    background: #949bc7;
}



/*媒体聚焦*/
#medaibox{
    padding: 110px 0 80px 0;
}
#medaibox .rightnew{
    padding: 0;
}
#medaibox .rightnew li:nth-child(n+4){
    display: none;
}
 

#medaibox .rightnew a{
    display: block;
    overflow: hidden;
}
#medaibox .rightnew a p{
    font-size: 34px;
    color: #999999;
    margin: 0 0 30px 0;
    letter-spacing: -1px;
    font-family: cursive;
}
#medaibox .rightnew a h3{
    font-size: 18px;
    color: #333;
    margin: 20px 0 20px 0;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 5rem;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;line-height: 1.4;    
}

@media screen and (max-width: 768px) {
	.zengp .col-xs-3{width:50%}
}

#medaibox .rightnew a em{
    display: block;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    position: relative;
}
#medaibox .rightnew a em:after{
    width: 0%;
    height: 1px;
    display: block;
    background: #2f3875;
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    z-index: 10;
    transition: all  0.3s;
}

#medaibox .rightnew a span{
    font-size: 14px;
    color: #c1c1c1;
    display: block;
    letter-spacing: 0px;
    margin: 50px 0 0 0;
}
#medaibox .rightnew a span i{
    width: 20px;
    height: 7px;
    display: inline-block;
    background: url("../images/morebtn.png") no-repeat center;
    background-size: 100%;
    margin:  0 0 0 4px;
}
#medaibox .rightnew a:hover p,
#medaibox .rightnew a:hover span,
#medaibox .rightnew a:hover h3 {
   color: #2f3875;
}
#medaibox .rightnew a:hover em:after{
    width: 100%;
}
#medaibox .rightnew a:hover span i{
    background: url("../images/morebtnh.png") no-repeat center;
    background-size: 100%;
}






/*招标采购*/
#buybox{
    padding: 100px 0 140px 0;
    background:url("../images/buyboxbg.png") no-repeat center ;
    background-size: 100% 100%;
}
#buybox .hometitle p{
    color: #ffffff;
}
#buybox .hometitle i{
    background: rgb(242 135 26);
}
#buybox .rightbuy li{
    margin-bottom: 14px;
}
#buybox .rightbuy a{
    display: block;
    padding: 21px 20px;
    background: #ffffff;
}
#buybox .rightbuy a .titleborder{
    border-left: 2px #328dff solid;
    padding: 0 0  0 15px;
}

#buybox .rightbuy a .titleborder .time{
    font-size: 34px;
    color: #999999;
    margin: 0 0 0px 0;
    line-height: 30px;
    letter-spacing: -1px;
    font-family: cursive;
}
#buybox .rightbuy a .titleborder h4{
    font-size: 17px;
    line-height: 24px;
    color: #333;
    margin: 10px 0 0px 0;
    letter-spacing: 0;
     
}
#buybox .rightbuy .onedome a .titleborder h4 {
    font-size: 20px;
    line-height: 34px;
    font-weight: normal;
	
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#buybox .rightbuy .uldome ul{
    margin-bottom: 0;
}
#buybox .rightbuy .uldome a .titleborder h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#buybox .rightbuy a span{
    font-size: 15px;
    color: #afafaf;
    margin: 0px 0 0 0;
    letter-spacing: 0;
    display: block;
    text-align: right;
    font-weight: 600;
}



#buybox .rightbuy,
#buybox .rightbuy>div.onedome{
    padding: 0;
}
#buybox .rightbuy>div.onedome a{
    padding:30px 20px 30px 20px;
}
#buybox .rightbuy>div.onedome .imgbox{
    display: block;
    overflow: hidden;
    margin: 10px 0 18px 0;
}
#buybox .rightbuy  a{
    position: relative;
}
#buybox .rightbuy  a *{
    position: relative;
    z-index: 10;
}
#buybox .rightbuy  a:before{
    width: 0%;
    height: 100%;
    display: block;
    content: ' ';
    background: #2f3875;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
}
#buybox .rightbuy  a:hover:before{
    width: 100%;
}
#buybox .rightbuy  a:hover *{
    color: #ffffff !important;
}
#buybox .rightbuy a:hover .titleborder{
    border-left: 2px #ffffff solid;
}









/*手机端样式区域*/
@media screen and (max-width: 1600px) {
    .lunbo .shubiao {
        bottom: 15%;
    }
    #aboutbox {
        padding: 100px 0 120px 0;
    }
    #aboutbox .hometitle .fontbule {
        font-size: 48px;
    }
    #aboutbox .aboutright .textp {
        font-size: 16px;
        line-height: 30px;
    }
    #aboutbox .aboutright ul li h2 span {
        font-size: 46px;
    }
    .hometitle .fontback {
        font-size: 32px;
    }


    #medaibox .rightnew a p {
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 14px 0;
    }
    #medaibox .rightnew a h3 {
        font-size: 17px;
        margin: 10px 0;
    }
    #medaibox .rightnew a span {
        font-size: 13px;
        margin: 10px 0 0 0;
    }


    #buybox {
        padding: 100px 0 120px 0;
    }
    #buybox .rightbuy>div.onedome .imgbox {
        margin: 27px 0 8px 0;
    }


}

@media screen and (max-width: 1500px) {
    #aboutbox {
        padding: 80px 0 100px 0;
    }
    #aboutbox .hometitle .fontbule {
        font-size: 40px;
    }
    #aboutbox .aboutright {
        padding: 0 4% 0 0;
    }
    .hometitle .fontback {
        font-size: 28px;
    }
    #aboutbox .aboutright ul li p {
        font-size: 15px;

    }
    .aboutrow {
        margin-top: 30px;
    }
    #aboutbox .aboutright ul li h2 span {
        font-size: 38px;
    }



    #newbox .newswiper {
        margin-top: 180px;
    }

    #medaibox {
        padding: 80px 0 80px 0;
    }

    #buybox {
        padding: 80px 0 100px 0;
    }


    #buybox .rightbuy a .titleborder .time {
        font-size: 28px;
        line-height: 28px;
    }
    #buybox .rightbuy .uldome a .titleborder h4,
    #buybox .rightbuy a .titleborder h4 {
        font-size: 15px;
        margin-top: 6px;
        line-height: 20px;
    }
    #buybox .rightbuy a {
        padding:  18px;
    }
    #buybox .rightbuy>div.onedome .imgbox {
        margin: 17px 0 8px 0;
    }
    #buybox .rightbuy .onedome a .titleborder h4 {
        font-size: 20px;
        line-height: 27px;
 
    }
    #buybox .rightbuy a span {
        font-size: 13px;
        margin: 5px 0 0 0;
    }


}
@media screen and (max-width: 1450px) {

   #newbox .newswiper  {
      margin-top: 100px;
   }



}

@media screen and (max-width: 1400px) {

    .hometitle .fontback {
        font-size: 24px;
    }
    .hometitle .fontbule {
        font-size: 19px;
    }

    #aboutbox {
        padding: 50px 0 60px 0;
    }
   #aboutbox .aboutright .textp {
      font-size: 15px;
      line-height: 28px;

   }
    #aboutbox .aboutright a.moreabout {
        font-size: 14px;
        line-height: 16px;
    }

    #newbox {
        padding: 50px 0 60px 0;
    }
    #newbox .newswiper {
        margin-top: 60px;
    }


    #medaibox {
        padding: 60px 0 60px 0;
    }

    #medaibox .rightnew a p {
        font-size: 28px;
        line-height: 30px;
        margin: 0 0 10px 0;
    }
    #medaibox .rightnew a h3 {
        font-size: 17px;
        margin: 10px 0;
    }
    #medaibox .rightnew a span {
        font-size: 13px;
        margin: 40px 0 0 0;
    }

    #buybox {
        padding: 60px 0;
    }
    #buybox .rightbuy a .titleborder .time {
        font-size: 25px;
        line-height: 25px;
    }
    #buybox .rightbuy>div.onedome .imgbox {
        margin: 20px 0 18px 0;
    }


}

@media screen and (max-width: 1200px) {
    #aboutbox {
        padding: 40px 0 50px 0;
    }
    #aboutbox .aboutright {
        padding: 10px 0 0 0;
    }
    .aboutrow {
        margin-top: 10px;
    }
    #aboutbox .aboutright .textp {
        font-size: 14px;
        line-height: 26px;
    }
    #aboutbox .aboutright a.moreabout {
        font-size: 13px;
        line-height: 14px;
        margin: 2px 0 5px 0;
    }
    #aboutbox .aboutright a.moreabout i {
        width: 14px;
        height: 14px;
        margin: 0px 0 0 0;
    }
    #aboutbox .aboutright ul li:nth-child(1):after{
        display: none;
    }
    #aboutbox .aboutright ul li h2 span {
        font-size: 22px;
    }
    #aboutbox .aboutright ul li p {
        font-size: 13px;
        text-align: center;
    }
    #aboutbox .aboutright ul li h2 {
        font-size: 15px;
        margin: 15px 0 3px 0;
    }


    #newbox .newswiper {
        margin-top: 50px;
    }
    #newbox .container-fluid .swiper-slide a {
        background: #ffffff;
    }

    #newbox .container-fluid .swiper-slide a>div {
        padding: 26px 36px;
    }
    #newbox .container-fluid .swiper-slide a h3 {
        font-size: 17px;
        margin: 8px 0 12px 0;
    }
    #newbox .container-fluid .swiper-slide a p {
        font-size: 14px;
    }
    #newbox .container-fluid .swiper-slide a div:before {
        width: 4px;
        height: 100%;
        position: absolute;
        top: 0%;
        left: 0;
        content: ' ';
        background: #f3f3f3;
    }

    #medaibox .rightnew a p {
        font-size: 23px;
        line-height: 24px;
        margin: 0 0 10px 0;
    }


    #buybox {
        padding: 60px 0;
    }
    #buybox .rightbuy .uldome a .titleborder h4,
    #buybox .rightbuy a .titleborder h4 {
        font-size: 16px;
        margin-top: 6px;
        line-height: 20px;
		    text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
    }
    #buybox .rightbuy .onedome a .titleborder h4 {
        font-size: 18px;
        line-height: 28px;
         
    }

}

@media screen and (max-width: 1100px) {

    #medaibox .rightnew a p {
       font-size: 22px;
       line-height: 24px;
       margin: 0 0 10px 0;
    }
    #medaibox .rightnew a h3 {
        font-size: 16px;
        margin: 10px 0;
    }
    #medaibox .rightnew a span {
        font-size: 12px;
        margin: 20px 0 0 0;
    }


}

@media screen and (max-width: 1000px) {

    .hometitle .fontback {
        font-size: 19px;
        text-align: center;
    }
     .hometitle .fontbule {
        font-size: 14px;
        text-align: center;
    }
    .hometitle .fontback i,
    .hometitle .fontbule i {
        width: 54px;
        height: 2px;
        display: block;
        vertical-align: bottom;
        margin: 6px auto;
    }
    #aboutbox{
        background: url("../images/2.jpg") no-repeat center ;
        background-size: 100% 100%;
    }
    #aboutbox .aboutleft {
        width: 100%;
        margin: 0;
    }
    #aboutbox .hometitle .fontbule {
        font-size: 14px;
    }
    #aboutbox .aboutleft  div.bigimgbox {
        width: 100%;
    }
    #aboutbox .aboutleft .bigimg{
        display: none !important;
    }
    #aboutbox .aboutleft .bigimgm{
        display: block !important;
        width: 100%;
    }
    #aboutbox .aboutright {
        width: 100%;
        padding:  0 0;
    }

    #newbox .newswiper {
        margin-top: 10px;
    }
    #newbox .hometitle * {
        color: #ffffff !important;
    }
    #newbox .hometitle i {
        background: #ffffff !important;
    }
    #newbox .container-fluid .swiper-slide a>div {
        padding: 10px;
        border: 1px #d1d1d1 solid;
    }
    #newbox .container-fluid .swiper-slide a h3 {
        font-size: 14px;
        margin: 10px 0 0px 0;
        overflow: hidden;
        text-overflow: ellipsis;
 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2
    }

    #newbox .container-fluid .swiper-slide a p{
        font-size: 12px;
    }
    #newbox .container-fluid .swiper-slide a p.time {
        font-size: 13px;
        margin-bottom: 4px;
        letter-spacing: 0;
    }
    #newbox .container-fluid .swiper-slide a p.time img {
        width: 12px;
        vertical-align: text-top;
        margin: 3px 1px 0 0;
    }

    #newbox .container-fluid .swiper-slide a div:before {
       display: none;
    }


    #medaibox .rightnew a p {
        font-size: 20px;
        line-height: 22px;
        margin: 6px 0 10px 0;
    }
    #medaibox .rightnew .row{
        margin: 0;
    }
    #medaibox .rightnew li{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    #medaibox .rightnew a {
        display: block;
        overflow: hidden;
        background: #69b9e9;
        padding: 8px;
        margin: 0 0 9px 0;
    }
    #medaibox .rightnew a * {
        color: #fff !important;
    }
    #medaibox .rightnew a h3 {
        font-size: 15px;
    }
    #medaibox .rightnew a span i {
        width: 20px;
        height: 7px;
        display: inline-block;
        background: url(../images/morebtnw.png) no-repeat center;
        background-size: 100%;
        margin: 0 0 0 4px;
    }

    #buybox {
        background: url(../images/buyboxbgm.png) no-repeat center;
        background-size: 100% 100%;
    }
    #buybox .rightbuy .onedome a .titleborder h4 {
        font-size: 16px;
        line-height: 26px;
    }



}
@media screen and (max-width: 768px) {
    *{
        letter-spacing: 0.2px;
    }
    .hometitle .fontback {
    font-size: 20px;
     letter-spacing:0;
}
	
 
	
	#buybox .rightbuy .uldome a .titleborder h4{    white-space: unset;}
    .zengp .hometitle{padding-bottom: 0;}
    
    #aboutbox {
        padding: 30px 0 30px 0;
    }
    #aboutbox .aboutright ul li h2 span {
        font-size: 20px;
    }
    #aboutbox .aboutright ul li p {
        font-size: 14px; 
        text-align: center;
    }
    #aboutbox .aboutright ul li h2 {
        font-size: 12px;
        margin: 10px 0 3px 0;
letter-spacing: 0;
}
    #aboutbox .aboutright .textp {
    letter-spacing: 0px;
    }
    
    #aboutbox .aboutright a.moreabout {
    
      display: inline-block;
    background: url(../images/right-btn.png) no-repeat right center;
    background-size: 14px;
    padding: 0 16px 0 0;
}
    
    #aboutbox .aboutright a.moreabout i {
      display: none;
    }

#newbox .container-fluid .swiper-slide a:after{
    display: none !important;
}
#newbox .container-fluid .swiper-slide a:hover h3{
    color: #333333 !important;
}
#newbox .container-fluid .swiper-slide a:hover p,
#newbox .container-fluid .swiper-slide a:hover p.time {
     color: #999999 !important;
    
}




    #medaibox {
        padding: 30px 0;
        background: #f9f9f9;
    }
    #medaibox .rightnew {
        margin-top: 20px;
    }
    #medaibox .rightnew .row {
        margin: 0 -5px;
    }
    #medaibox .rightnew a h3 {
        font-size: 14px;height: 4rem;
    }
    #medaibox .rightnew li:nth-child(n+4) {
        display: block;
    }
    #medaibox .rightnew a em {
        background: #ffffff;
    }
    #medaibox .rightnew a span {
        margin: 8px 0 0 0;
    }
    #medaibox .rightnew a p {
        font-size: 15px;
        line-height: 22px;
        margin: 4px 0 6px 0;
            font-family: unset;
    }



    #buybox {
        padding: 40px 0;
    }
    #buybox .rightbuy {
        display: block;
        overflow: hidden;
        margin-top: 10px;
    }
    #buybox .rightbuy>div{
        margin: 0;
        padding: 0;
    }
    #buybox .rightbuy>div.uldome{
        margin: 10px 0 0 0;
    }
    #buybox .rightbuy>div.onedome .imgbox {
        margin: 6px 0;display: none;
    }
    #buybox .rightbuy a span {
        font-size: 12px;
        margin: 7px 0 0 0;
    }
    #buybox .rightbuy a .titleborder {
        padding: 0 0 0 7px;
    }
    #buybox .rightbuy a .titleborder .time {
        font-size: 18px;
        line-height: 18px;
           font-size: 15px;
   
            font-family: unset;
    }
    #buybox .rightbuy .onedome a .titleborder h4 {
        font-size: 16px;
        line-height: 24px;
    }
    #buybox .rightbuy a ,
    #buybox .rightbuy>div.onedome a {
        padding: 20px;
        border: 1px lightgrey solid;
        border-radius: 8px;
        overflow: hidden;
        background: rgba(255,255,255,0.9);
    }





}




















